NTISthis.com

Evidence Guide: ICTPRG406 - Apply introductory object-oriented language skills

Student: __________________________________________________

Signature: _________________________________________________

Tips for gathering evidence to demonstrate your skills

The important thing to remember when gathering evidence is that the more evidence the better - that is, the more evidence you gather to demonstrate your skills, the more confident an assessor can be that you have learned the skills not just at one point in time, but are continuing to apply and develop those skills (as opposed to just learning for the test!). Furthermore, one piece of evidence that you collect will not usualy demonstrate all the required criteria for a unit of competency, whereas multiple overlapping pieces of evidence will usually do the trick!

From the Wiki University

 

ICTPRG406 - Apply introductory object-oriented language skills

What evidence can you provide to prove your understanding of each of the following citeria?

Apply basic language syntax and layout

  1. Apply basic language syntax rules and best practices
  2. Select and use language data types, operators and expressions, in order to create clear and concise code
  3. Use the appropriate language syntax for sequence, selection and iteration constructs
  4. Use a modular programming approach within member or function logic
  5. Apply arrays, including arrays of objects to introductory programming tasks
  6. Use standard-array processing algorithms
  7. Use the facilities of the language to read and write data, from and to, text files, and record the outcomes
Apply basic language syntax rules and best practices

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Select and use language data types, operators and expressions, in order to create clear and concise code

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use the appropriate language syntax for sequence, selection and iteration constructs

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use a modular programming approach within member or function logic

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Apply arrays, including arrays of objects to introductory programming tasks

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use standard-array processing algorithms

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use the facilities of the language to read and write data, from and to, text files, and record the outcomes

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Apply basic object-oriented principles in the target language

  1. Implement a class that contains primitive member or instance variables
  2. Implement a class that contains multiple options for object construction
  3. Implement a class that uses user-defined aggregation (object instance or member variables)
  4. Use the facilities of the language to implement inheritance, to at least two levels
  5. Use polymorphism at a simple level through inheritance, to enable the easy extension of the code
Implement a class that contains primitive member or instance variables

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Implement a class that contains multiple options for object construction

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Implement a class that uses user-defined aggregation (object instance or member variables)

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use the facilities of the language to implement inheritance, to at least two levels

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Use polymorphism at a simple level through inheritance, to enable the easy extension of the code

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Debug the code

  1. Use the language debugging facilities of an integrated development environment (IDE)
  2. Interpret the compiler or interpreter messages to resolve syntax errors, and use debugging techniques to resolve logic errors
Use the language debugging facilities of an integrated development environment (IDE)

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Interpret the compiler or interpreter messages to resolve syntax errors, and use debugging techniques to resolve logic errors

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Document the activities

  1. Follow organisational guidelines for developing maintainable code, and adhere to the provided coding standards, when documenting activities
  2. Apply internal documentation to all the code created, and use the documentation tools available in the target language, when documenting activities
Follow organisational guidelines for developing maintainable code, and adhere to the provided coding standards, when documenting activities

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Apply internal documentation to all the code created, and use the documentation tools available in the target language, when documenting activities

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Test the code

  1. Create and conduct simple tests, to confirm that the code meets the design specification
  2. Document the tests performed and the results achieved
Create and conduct simple tests, to confirm that the code meets the design specification

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Document the tests performed and the results achieved

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Create an application

  1. Develop a solution, when provided with a basic object-oriented design document
  2. Refer to the appropriate documentation for the language
Develop a solution, when provided with a basic object-oriented design document

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Refer to the appropriate documentation for the language

Completed
Date:

Teacher:
Evidence:

 

 

 

 

 

 

 

Assessed

Teacher: ___________________________________ Date: _________

Signature: ________________________________________________

Comments:

 

 

 

 

 

 

 

 

Instructions to Assessors

Evidence Guide

ELEMENT

PERFORMANCE CRITERIA

Elements describe the essential outcomes.

Performance criteria describe the performance needed to demonstrate achievement of the element.

1. Apply basic language syntax and layout

1.1 Apply basic language syntax rules and best practices

1.2 Select and use language data types, operators and expressions, in order to create clear and concise code

1.3 Use the appropriate language syntax for sequence, selection and iteration constructs

1.4 Use a modular programming approach within member or function logic

1.5 Apply arrays, including arrays of objects to introductory programming tasks

1.6 Use standard-array processing algorithms

1.7 Use the facilities of the language to read and write data, from and to, text files, and record the outcomes

2. Apply basic object-oriented principles in the target language

2.1 Implement a class that contains primitive member or instance variables

2.2 Implement a class that contains multiple options for object construction

2.3 Implement a class that uses user-defined aggregation (object instance or member variables)

2.4 Use the facilities of the language to implement inheritance, to at least two levels

2.5 Use polymorphism at a simple level through inheritance, to enable the easy extension of the code

3. Debug the code

3.1 Use the language debugging facilities of an integrated development environment (IDE)

3.2 Interpret the compiler or interpreter messages to resolve syntax errors, and use debugging techniques to resolve logic errors

4. Document the activities

4.1 Follow organisational guidelines for developing maintainable code, and adhere to the provided coding standards, when documenting activities

4.2 Apply internal documentation to all the code created, and use the documentation tools available in the target language, when documenting activities

5. Test the code

5.1 Create and conduct simple tests, to confirm that the code meets the design specification

5.2 Document the tests performed and the results achieved

6. Create an application

6.1 Develop a solution, when provided with a basic object-oriented design document

6.2 Refer to the appropriate documentation for the language

Required Skills and Knowledge

ELEMENT

PERFORMANCE CRITERIA

Elements describe the essential outcomes.

Performance criteria describe the performance needed to demonstrate achievement of the element.

1. Apply basic language syntax and layout

1.1 Apply basic language syntax rules and best practices

1.2 Select and use language data types, operators and expressions, in order to create clear and concise code

1.3 Use the appropriate language syntax for sequence, selection and iteration constructs

1.4 Use a modular programming approach within member or function logic

1.5 Apply arrays, including arrays of objects to introductory programming tasks

1.6 Use standard-array processing algorithms

1.7 Use the facilities of the language to read and write data, from and to, text files, and record the outcomes

2. Apply basic object-oriented principles in the target language

2.1 Implement a class that contains primitive member or instance variables

2.2 Implement a class that contains multiple options for object construction

2.3 Implement a class that uses user-defined aggregation (object instance or member variables)

2.4 Use the facilities of the language to implement inheritance, to at least two levels

2.5 Use polymorphism at a simple level through inheritance, to enable the easy extension of the code

3. Debug the code

3.1 Use the language debugging facilities of an integrated development environment (IDE)

3.2 Interpret the compiler or interpreter messages to resolve syntax errors, and use debugging techniques to resolve logic errors

4. Document the activities

4.1 Follow organisational guidelines for developing maintainable code, and adhere to the provided coding standards, when documenting activities

4.2 Apply internal documentation to all the code created, and use the documentation tools available in the target language, when documenting activities

5. Test the code

5.1 Create and conduct simple tests, to confirm that the code meets the design specification

5.2 Document the tests performed and the results achieved

6. Create an application

6.1 Develop a solution, when provided with a basic object-oriented design document

6.2 Refer to the appropriate documentation for the language

Evidence of the ability to:

use an application program to design, and build, standard reusable software modules in response to a design specification

generate the code, and the documentation

undertake testing and debugging, to meet specifications.

Note: If a specific volume or frequency is not stated, then evidence must be provided at least once.

To complete the unit requirements safely and effectively, the individual must:

describe the processes and techniques related to object-oriented programming, including the concepts and language used

describe the process for developing small-size applications

identify and outline the key features of a graphical user interface (GUI), for interaction with an operator.